ArcGIS API for Silverlight - Library Reference
DifferenceAsync(IList<Graphic>,Geometry) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > DifferenceAsync Method : DifferenceAsync(IList<Graphic>,Geometry) Method

geometries
A collection of points, multipoints, polylines or polygons. The input types can be mixed.
geometry
A single geometry of any type, of dimension equal to or greater than the elements of the goemetries collection.
Constructs the set-theoretic difference between an array of geometries and another geometry.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DifferenceAsync( _
   ByVal geometries As IList(Of Graphic), _
   ByVal geometry As Geometry _
) 
C# 
public void DifferenceAsync( 
   IList<Graphic> geometries,
   Geometry geometry
)

Parameters

geometries
A collection of points, multipoints, polylines or polygons. The input types can be mixed.
geometry
A single geometry of any type, of dimension equal to or greater than the elements of the goemetries collection.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.